ServiceResolveNames Method (String, Boolean, ResolveNamesSearchScope) |
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ResolveNamesResponse ResolveNames(
string name,
bool returnFullContactData,
ResolveNamesSearchScope searchScope
)
Public Function ResolveNames (
name As String,
returnFullContactData As Boolean,
searchScope As ResolveNamesSearchScope
) As ResolveNamesResponse
Parameters
- name
- Type: SystemString
The name to resolve. - returnFullContactData
- Type: SystemBoolean
Indicates whether full contact information should be returned for each of the found contacts. - searchScope
- Type: Independentsoft.ExchangeResolveNamesSearchScope
The scope of the search.
Return Value
Type:
ResolveNamesResponseA collection of name resolutions whose names match the one passed as a parameter.
See Also